home *** CD-ROM | disk | FTP | other *** search
- /*
- File: TextEditorGlobals.cpp
-
- Contains: TextEditor globals
-
- Written by: Steve Smith
-
- Copyright: © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
- */
-
-
- #ifndef _TEXTEDITORGLOBALS_
- #include "TextEditorGlobals.h"
- #endif
-
- //==============================================================================
- // Globals
- //==============================================================================
-
- ODUShort gGlobalsUsageCount = 0;
- TextEditorGlobals* gGlobals = kODNULL;
-